home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Contributed / SpriteWorld / ResEdit RLE Editor / Read Me < prev    next >
Encoding:
Text File  |  2000-10-06  |  2.3 KB  |  65 lines  |  [ttro/ttxt]

  1. ResEdit RLE Editor
  2. written by Anders F Björklund <afb@algonet.se>
  3.  
  4. Requirements
  5. ResEdit 2.1.3, available from Apple for free by download:
  6. http://asu.info.apple.com/swupdates.nsf/artnum/n10964
  7. The editor, like ResEdit itself, is 68k only (but runs fine on PPC)
  8. ResEdit™ is a trademark of Apple Computer, Inc.
  9. http://developer.apple.com/techpubs/mac/resedit/resedit-2.html
  10.  
  11.  
  12.  
  13.  
  14.  
  15. Installing
  16. • Copy everything in "ResEdit RLE Editor.rsrc" into the ResEdit Preferences file
  17.    (found in the Preferences folder of the System folder) to be able to view and edit RLE data.
  18. or
  19. • Run the InstallEditor app, which does all this for you automatically...
  20.  
  21. If you use Resorcerer, you can put "Resorcerer RLE Template.rsrc"
  22. into the "Private Templates" folder (found in the Resorcerer folder)
  23. to be able to view RLE data, but no editor is provided for Resorcerer.
  24. Resorcerer® is a registered trademark of Mathemaesthetics, Inc.
  25. http://www.mathemaesthetics.com/ResorcererInfo.html
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. Running
  36. After installing you should be able to open "Example RLE.rsrc" with ResEdit.
  37. It will show the RLE# resources with icons and a preview picker.
  38. Opening a resource will create a window of the correct size.
  39. Copy and paste should then be enabled, to export and import pictures.
  40.  
  41. Adding frames
  42. At the bottom you have a scrollbar to change frames, as well as indicator of current frame.
  43. Use menu item "Add Frame +" to get more frames,
  44. and "Delete Frame -" to remove the current one.
  45. Pasting uses the current screen depth to determine which depth to make the new RLE in.
  46.  
  47. Transparent color
  48. The currently set background color is used when copying or pasting (for transparency).
  49. You can set background color either with the normal system color picker,
  50. or by choosing a pixel from the current image with the eyedropper tool.
  51.  
  52. New Versions
  53.  
  54. New versions of this editor may be provided more frequently than new versions of SpriteWorld are made available. The latest version will always be available here:
  55.  
  56. http://www.algonet.se/~afb/spriteworld/spriteworldutil.html
  57.  
  58. To find out what version you currently have, select “Get Info” for the InstallEditor application.
  59.  
  60. Warranty
  61. The RLE editor for ResEdit comes with absolutely no warranty, run at your own risk.
  62. Great care should always be taken when using ResEdit, work only on backups.
  63.  
  64. --anders
  65.